From b17d65b6d00837535c793b4f3bba424c91e6d7dd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 Jul 2006 16:30:47 +0000 Subject: [PATCH] Fix a typo in the docs. (#347032, Kouhei Sutou) 2006-07-10 Matthias Clasen * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix a typo in the docs. (#347032, Kouhei Sutou) --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ gtk/gtkprintcontext.c | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c8c7baa7a2..262a7839e6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-07-10 Matthias Clasen + * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix + a typo in the docs. (#347032, Kouhei Sutou) + * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume that priv->current_page is non-NULL. (#347048, Guillaume Cottenceau) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index c8c7baa7a2..262a7839e6 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2006-07-10 Matthias Clasen + * gtk/gtkprintcontext.c (gtk_print_context_get_height): Fix + a typo in the docs. (#347032, Kouhei Sutou) + * gtk/gtkassistant.c (gtk_assistant_focus): Don't assume that priv->current_page is non-NULL. (#347048, Guillaume Cottenceau) diff --git a/gtk/gtkprintcontext.c b/gtk/gtkprintcontext.c index c1406644e7..b776240811 100644 --- a/gtk/gtkprintcontext.c +++ b/gtk/gtkprintcontext.c @@ -312,7 +312,7 @@ gtk_print_context_get_width (GtkPrintContext *context) * gtk_print_context_get_height: * @context: a #GtkPrintContext * - * Obtains the width of the #GtkPrintContext, in pixels. + * Obtains the height of the #GtkPrintContext, in pixels. * * Return value: the height of @context * -- 2.30.2